projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04034cd
)
; Fix with-delayed-message docstring metavars.
author
Basil L. Contovounesios
<basil@contovou.net>
Thu, 13 Mar 2025 12:36:19 +0000
(13:36 +0100)
committer
Basil L. Contovounesios
<basil@contovou.net>
Thu, 13 Mar 2025 12:39:39 +0000
(13:39 +0100)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 42706397674a879fe3f56f794dee36945b31343b..87a06575de7bf8c85ec8e747fdc39a0a8a94a9c3 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-7343,7
+7343,7
@@
not a list, return a one-element list containing OBJECT."
The MESSAGE form will be evaluated immediately, but the resulting
string will be displayed only if BODY takes longer than TIMEOUT seconds.
-\(fn (
timeout message) &rest body
)"
+\(fn (
TIMEOUT MESSAGE) &rest BODY
)"
(declare (indent 1))
`(funcall-with-delayed-message ,(car args) ,(cadr args)
(lambda ()